• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

데이터 정의문

[DBMS] DDL 데이터정의문

create table 테이블 이름( create table 새로만들테이블명 as select 필드명1, 필드명2 from 참고할테이블명; show 데이터베이스 이름; alter table 테이블명 add 필드명 필드자료형; alter table 테이블명 drop 필드명; alter table 테이블명 drop column 필드명; MODIFY COLUMN (컬럼 타입 변경) alter ta...

데이터 정의문DDLDDL

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more